home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 209_01 / contents.eco < prev    next >
Text File  |  1990-03-03  |  2KB  |  38 lines

  1. CONTENTS.ECO      VERS:- 01.00  DATE:- 09/26/86  TIME:- 09:38:54 PM
  2.  
  3.                   ***CONTENTS OF JARECO. ***
  4.  
  5. C code and COM files written for and compiled under Ecosoft C, version 3.40.
  6.  
  7. By John A. Rupley, 30 Calle Belleza, Tucson, AZ  85716 -- (602) 325-4533.
  8.  
  9.                         COVER INFORMATION
  10.  
  11. CONTENTS.ECO     4K    This contents file
  12. HEADERS .ECO     6K     Short descriptions of C code and COM files.
  13.  
  14.             NONLINEAR FITTING BY SIMPLEX MINIMIZATION
  15.  
  16. LDHFITR .C      10K }    Nonlinear least squares fit by simplex minimization
  17. LDHFITR .COM    42K }    (Nelder-Mead algorithm) of two-substrate--two-product
  18. LDHFITR .DOC    24K }    enzyme kinetic data.  With documentation and test 
  19. LDHFITR .DAT     2K }    data file.
  20.  
  21. LINEFITR.C       8K }    Test of simplex minimization by fit of linear 
  22. LINEFITR.COM    38K }    function (y = a + bx) to trial data, reducible by
  23. LINEFITR.DAT     2K }    hand calculation.
  24.  
  25. SIMPMAIN.C      10K }    Supporting routines for nonlinear least squares 
  26. SIMPLIB0.C      20K }    fitting by simplex minimization (Nelder-Mead 
  27. SIMPLIB1.C       8K }    algorithm).  
  28. SIMPFITR.DAT     4K }    Template for input of data, with comments.
  29. SIMPFITR.DOC    16K }    Documentation:     of C code routines;
  30. SIMPLEXR.DOC    10K }            of Nelder-Mead algorithm;
  31. SIMPOUTR.DOC     8K }            of output from minimization.
  32.  
  33.                    SYSTEM FILES AND UTILITIES
  34.  
  35. SYS1CALR.MAC     2K      Assembly code function, for call out of C program.
  36.  
  37. CTRLCNST.H       4K     C # defines.
  38.